* nsterm.h (EmacsView): Add maximizing_resize, put it and old_title
authorJan D. <jan.h.d@swipnet.se>
Fri, 2 Aug 2013 09:42:23 +0000 (11:42 +0200)
committerJan D. <jan.h.d@swipnet.se>
Fri, 2 Aug 2013 09:42:23 +0000 (11:42 +0200)
commit3a4d4522c697a59926592447372e0144d674a89b
treef319862805e25aab4daa1d7c81c0afd2b3345a56
parent1fb357afd24a76c5dfa58a079faed6b15378f235
* nsterm.h (EmacsView): Add maximizing_resize, put it and old_title
inside NS_IMPL_COCOA.

* nsterm.m (windowWillResize:toSize:): Only change title if
! maximizing_resize && FULLSCREEN_NONE.  strdup title before
modifying it.
(viewDidEndLiveResize): New method.
src/ChangeLog
src/nsterm.h
src/nsterm.m